On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:
In computer programming, M-expressions (or meta-expressions) were an early proposed syntax for the Lisp programming language, inspired by contemporary languages such as Fortran and ALGOL. The notation was never implemented into the language and, as such, it was never finalized.
Compared to S-expressions, M-expressions introduce function notation, infix operators (including a defun
operator), and shorthands for cond
and list
into the language.